#How to convert a list to a matrix mat <- do.call("rbind", myList) mat <- matrix(unlist(lis), ncol=2, byrow=TRUE)
Hide Comments
Hide Comments